$schema: https://json-schema.org/draft/2020-12/schema
$id: Ok.yaml
type: object
properties:
  data:
    description: Response data
required:
  - data
allOf:
  - $ref: Success.yaml
description: A 200 response with data
