{"id":"https://schema.entrecode.de/schema-app/app","allOf":[{"$ref":"https://schema.entrecode.de/schema-app/hal#/definitions/halResource"},{"type":"object","properties":{"appID":{"$ref":"https://schema.entrecode.de/schema-app/uuidV4"},"shortID":{"type":"string","pattern":"[A-Fa-f0-9]{8}"},"created":{"$ref":"https://schema.entrecode.de/schema-app/datetime"},"title":{"type":"string"},"hexColor":{"type":"string","pattern":"^#[A-Fa-f0-9]{6}$"},"_links":{"required":["self","collection","ec:app/platforms"]}},"required":["appID","shortID","created","title","hexColor","_links"]}],"$schema":"http://json-schema.org/draft-04/schema#"}