{ "$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" } } }