AGNTCY · Schema

Agntcy Identity Badge Claims.Jsonschema

AI AgentsInteroperabilitySpecificationOpen-SourceAgent DiscoveryIdentityAgent DirectoryMCPA2AOpenAPIgRPCProtocol BuffersVerifiable CredentialsSchemaTaxonomyMessagingObservabilityLinux Foundation
View JSON Schema on GitHub

JSON Schema

agntcy-identity-badge-claims.jsonschema.json Raw ↑
{
  "$defs": {
    "agntcy.identity.core.v1alpha1.BadgeClaims.jsonschema.json": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "description": "[here]: https://spec.identity.agntcy.org/docs/vc/intro/",
      "properties": {
        "badge": {
          "description": "The content of the badge",
          "type": "string"
        },
        "id": {
          "description": "[here]: https://www.w3.org/TR/vc-data-model/#credential-subject",
          "title": "The ID as defined [here]",
          "type": "string"
        }
      },
      "title": "BadgeClaims represents the content of a Badge VC defined [here]",
      "type": "object"
    }
  },
  "$id": "agntcy.identity.core.v1alpha1.BadgeClaims.jsonschema.bundle.json",
  "$ref": "#/$defs/agntcy.identity.core.v1alpha1.BadgeClaims.jsonschema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}