pages_domains-post

APIs.ioEngineeringPlatform

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-pages-domains-post-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pages_domains-post",
  "title": "pages_domains-post",
  "properties": {
    "name": {
      "example": "example.com",
      "type": "string"
    }
  },
  "type": "object"
}