passkey-authenticator-aaguids/aaguid.json.schema

19 lines
501 B
Plaintext
Raw Normal View History

2023-06-09 01:47:27 +10:00
{
"$id": "https://raw.githubusercontent.com/passkeydeveloper/passkey-authenticator-aaguids/main/aaguid.json.schema",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "AAGUID",
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"name": {
2023-06-09 01:47:27 +10:00
"type": "string"
}
},
"required": [
"platform",
"friendlyName",
"verboseName"
]
}
}