Files
api-specs/idn/beta/schemas/Value.yaml
2022-09-02 10:59:29 -04:00

11 lines
202 B
YAML

type: object
properties:
type:
type: string
description: The type of attribute value
example: "STRING"
value:
type: string
description: The attribute value
example: "Austin"