{
  "$schema": "http://json-schema.org/draft-07/schema",
  "title": "Soft-launch rights-declaration schema",
  "type": "object",
  "required": [
    "schema_url",
    "schema_version",
    "declaration_version",
    "declarant",
    "declaration_basis",
    "rights_status",
    "statement",
    "legal_instrument",
    "unprotected_elements",
    "source_works",
    "third_party_rights",
    "attribution_required",
    "commercial_use_allowed",
    "training_allowed",
    "derivatives_allowed",
    "output_claim",
    "asset_specific_exceptions",
    "stage",
    "publicActivationAllowed"
  ],
  "properties": {
    "schema_url": {
      "type": "string"
    },
    "schema_version": {
      "type": "number"
    },
    "declaration_version": {
      "type": "number"
    },
    "declarant": {
      "type": "object"
    },
    "declaration_basis": {
      "type": "string"
    },
    "rights_status": {
      "type": "string"
    },
    "statement": {
      "type": "string"
    },
    "legal_instrument": {
      "type": "object"
    },
    "unprotected_elements": {
      "type": "object"
    },
    "source_works": {
      "type": "object"
    },
    "third_party_rights": {
      "type": "object"
    },
    "attribution_required": {
      "type": "boolean"
    },
    "commercial_use_allowed": {
      "type": "boolean"
    },
    "training_allowed": {
      "type": "boolean"
    },
    "derivatives_allowed": {
      "type": "boolean"
    },
    "output_claim": {
      "type": "object"
    },
    "asset_specific_exceptions": {
      "type": "array"
    },
    "stage": {
      "type": "string"
    },
    "publicActivationAllowed": {
      "type": "boolean"
    },
    "canonical_origin": {
      "type": "string",
      "const": "https://hellodoggo.ai"
    },
    "canonical_url": {
      "type": "string"
    }
  },
  "additionalProperties": false,
  "canonical_origin": "https://hellodoggo.ai",
  "canonical_url": "https://hellodoggo.ai/non-human-intelligence/schemas/soft-launch/rights-declaration-v1.json",
  "$id": "https://hellodoggo.ai/non-human-intelligence/schemas/soft-launch/rights-declaration-v1.json"
}
