big tings
This commit is contained in:
19
registry/schema-org/MobileApplication.schema.json
Normal file
19
registry/schema-org/MobileApplication.schema.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:MobileApplication",
|
||||
"title": "MobileApplication",
|
||||
"description": "A software application designed specifically to work well on a mobile device such as a telephone.",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"description": "A software application.",
|
||||
"$ref": "schema:SoftwareApplication"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"carrierRequirements": {
|
||||
"description": "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user