{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://aso.ai3d.dev/schemas/aso.object.schema.json","title":"ASO Object Manifest v0.1","type":"object","additionalProperties":false,"required":["schema","id","version","name","description","tags","createdAt","provenance","representations"],"properties":{"schema":{"const":"aso/object/v0.1"},"id":{"type":"string","minLength":3,"maxLength":80,"pattern":"^[a-z0-9][a-z0-9._-]*[a-z0-9]$"},"version":{"type":"string","pattern":"^\\d+\\.\\d+\\.\\d+(?:-[0-9A-Za-z.-]+)?(?:\\+[0-9A-Za-z.-]+)?$"},"name":{"type":"string","minLength":1},"description":{"type":"string"},"tags":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"createdAt":{"type":"string","format":"date-time"},"license":{"type":"string"},"generator":{"type":"string"},"provenance":{"type":"object"},"representations":{"type":"array","minItems":1,"items":{"type":"object","additionalProperties":false,"required":["id","type","format","mediaType","url","byteLength","hash"],"properties":{"id":{"type":"string","minLength":1},"type":{"type":"string","minLength":1},"format":{"type":"string","minLength":1},"mediaType":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"byteLength":{"type":"integer","minimum":0},"hash":{"type":"string","pattern":"^sha256-[A-Za-z0-9+/]{43}=$"}}}},"preview":{"type":"object","additionalProperties":false,"required":["id","type","format","mediaType","url","byteLength","hash"],"properties":{"id":{"type":"string","minLength":1},"type":{"type":"string","minLength":1},"format":{"type":"string","minLength":1},"mediaType":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"byteLength":{"type":"integer","minimum":0},"hash":{"type":"string","pattern":"^sha256-[A-Za-z0-9+/]{43}=$"}}}}}