Service
Loading ....
Source :
{
"$id": "agntcy.identity.core.v1alpha1.Service.jsonschema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Service is used in ResolverMetadata to express ways of communicating with\n the node that published the document.",
"patternProperties": {
"^(service_endpoint)$": {
"description": "ServiceEndpoint is a network address, such as an HTTP URL, of the\n node.",
"items": {
"type": "string"
},
"type": "array"
}
},
"properties": {
"serviceEndpoint": {
"description": "ServiceEndpoint is a network address, such as an HTTP URL, of the\n node.",
"items": {
"type": "string"
},
"type": "array"
}
},
"title": "Service",
"type": "object"
}