{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://visuals.thegr0ve.com/schemas/license-copy.schema.json",
  "title": "Visual Commons License Copy Source",
  "type": "object",
  "required": [
    "intended_public_license",
    "current_sandbox_policy",
    "safe_public_boundary"
  ],
  "properties": {
    "intended_public_license": {
      "type": "string"
    },
    "current_sandbox_policy": {
      "type": "string"
    },
    "safe_public_boundary": {
      "type": "string"
    },
    "approved_current_claims": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "blocked_claims": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "additionalProperties": false
}
