{
  "$id": "https://docs.cowliss.com/schemas/cow.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "$schema": {
      "type": "string",
      "format": "uri"
    },
    "orgId": {
      "type": "string",
      "pattern": "^org_.*"
    },
    "apiUrl": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "orgId"
  ],
  "additionalProperties": false,
  "title": "cow.json",
  "description": "A cow project: the organization it deploys to."
}
