big tings
This commit is contained in:
19
registry/schema-org/WebApplication.schema.json
Normal file
19
registry/schema-org/WebApplication.schema.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:WebApplication",
|
||||
"title": "WebApplication",
|
||||
"description": "Web applications.",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"description": "A software application.",
|
||||
"$ref": "schema:SoftwareApplication"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"browserRequirements": {
|
||||
"description": "Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user