Schema.org · JSON Structure

Schema Org Software Application

A software application.

Type: object Properties: 30 Required: 1
Schema.orgStructured DataLinked DataJSON-LDVocabularySEOWeb StandardsRDFOntology

SoftwareApplication is a JSON Structure definition published by Schema.org, describing 30 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type context name description url image applicationCategory applicationSubCategory operatingSystem applicationSuite softwareVersion softwareRequirements downloadUrl installUrl featureList screenshot permissions processorRequirements memoryRequirements storageRequirements fileSize releaseNotes countriesSupported availableOnDevice author datePublished offers aggregateRating review sameAs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

schema-org-software-application.json Raw ↑
{
  "$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"]
}