SpaceDescription schema from Amazon CodeCatalyst
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codecatalyst/refs/heads/main/json-schema/amazon-codecatalyst-space-description-schema.json", "title": "SpaceDescription", "description": "SpaceDescription schema from Amazon CodeCatalyst", "type": "string", "pattern": "[a-zA-Z0-9]+(?:[-_a-zA-Z0-9.,;:/\\+=?&$% ])*", "minLength": 0, "maxLength": 200 }