Key Simple

Key Simple

APIs.ioEngineeringPlatform

Properties

Name Type Description
id integer
key string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-key-simple-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/key-simple",
  "title": "Key Simple",
  "description": "Key Simple",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "key": {
      "type": "string"
    }
  },
  "required": [
    "key",
    "id"
  ]
}