Current section
Files
Jump to
Current section
Files
priv/data/schema.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$id": "https://digitalidentitylabs.co.uk/dir/schema/federations.json",
"title": "SmeeFeds Federations",
"description": "A list of SAML metadata sources used by HE/FE and research organisations",
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"policy": {
"type": "string"
},
"name": {
"type": "string"
},
"url": {
"type": "string"
},
"contact": {
"type": "string"
},
"countries": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"sources": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"cert_url": {
"type": "string"
},
"cert_fp": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}