aaa_eligibility

APIs.ioEngineeringPlatform

Properties

Name Type Description
eligible object
ready object
type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-aaa-eligibility-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/aaa_eligibility",
  "title": "aaa_eligibility",
  "properties": {
    "eligible": {
      "$ref": "#/components/schemas/aaa_eligible"
    },
    "ready": {
      "$ref": "#/components/schemas/aaa_ready"
    },
    "type": {
      "$ref": "#/components/schemas/aaa_schemas-type"
    }
  },
  "type": "object"
}