{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ConversionRateWrapper", "type": "object", "properties": { "name": { "type": "string", "description": "The name of the service being requested." }, "description": { "type": "string", "description": "The description of the API being called." }, "date": { "type": "string", "description": "The date and time the API is being called in GMT." }, "type": { "type": "string", "description": "The type of response being returned by the API." } } }