{ "$schema": "https://json-structure.org/meta/core/v0/#", "type": "object", "name": "SoftwareApplication", "description": "A software application.", "properties": { "type": { "type": "string" }, "context": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "url": { "type": "string" }, "image": { "type": "string" }, "applicationCategory": { "type": "string" }, "applicationSubCategory": { "type": "string" }, "operatingSystem": { "type": "string" }, "applicationSuite": { "type": "string" }, "softwareVersion": { "type": "string" }, "softwareRequirements": { "type": "string" }, "downloadUrl": { "type": "string" }, "installUrl": { "type": "string" }, "featureList": { "type": "array", "items": { "type": "string" } }, "screenshot": { "type": "array", "items": { "type": "string" } }, "permissions": { "type": "string" }, "processorRequirements": { "type": "string" }, "memoryRequirements": { "type": "string" }, "storageRequirements": { "type": "string" }, "fileSize": { "type": "string" }, "releaseNotes": { "type": "string" }, "countriesSupported": { "type": "string" }, "availableOnDevice": { "type": "string" }, "author": { "type": { "$ref": "schema-org-organization.json" } }, "datePublished": { "type": "date" }, "offers": { "type": "array", "items": { "type": { "$ref": "schema-org-offer.json" } } }, "aggregateRating": { "type": { "$ref": "schema-org-aggregate-rating.json" } }, "review": { "type": "array", "items": { "type": { "$ref": "schema-org-review.json" } } }, "sameAs": { "type": "array", "items": { "type": "string" } } }, "required": ["name"] }