{"title":"JSON schema for schema.org / Thing","$schema":"http://json-schema.org/draft-04/schema#","type":"object","version":"1.1","anyOf":[{"$ref":"https://json.schemastore.org/jsonld#"}],"properties":{"@context":{"type":"string","format":"regex","pattern":"http://schema.org"},"additionalType":{"type":"string","format":"uri"},"alternateName":{"type":"string"},"description":{"type":"string"},"disambiguatingDescription":{"type":"string"},"image":{"oneOf":[{"type":"string","format":"uri"},{"type":"object"}]},"mainEntityOfPage":{"oneOf":[{"type":"string","format":"uri"},{"type":"object"}]},"name":{"type":"string"},"potentialAction":{"type":"object"},"sameAs":{"type":"string","format":"uri"},"url":{"type":"string","format":"uri"}},"required":["@type"]}