19 lines
501 B
Plaintext
19 lines
501 B
Plaintext
{
|
|
"$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": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"platform",
|
|
"friendlyName",
|
|
"verboseName"
|
|
]
|
|
}
|
|
} |