{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/w3c-did/DidCredentialSchema",
	"title": "DidCredentialSchema",
	"description": "Interface describing a DID credential schema.",
	"type": "object",
	"properties": {
		"id": {
			"type": "string",
			"description": "The URI id."
		},
		"type": {
			"type": "string",
			"description": "The credential schema type."
		}
	},
	"required": ["id", "type"]
}
