StackOne · Schema

ATSLocation

IntegrationsiPaaS

Properties

Name Type Description
name string
id string
View JSON Schema on GitHub

JSON Schema

stackone-atslocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ATSLocation",
  "title": "ATSLocation",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "id": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "name"
  ]
}