Skip to main content

Schema

{
  "type": "object",
  "properties": {
    "serviceSlug": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "validation": {
      "type": "object"
    },
    "sourceArtifacts": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}