Pages Source Hash

APIs.ioEngineeringPlatform

Properties

Name Type Description
branch string
path string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-pages-source-hash-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pages-source-hash",
  "title": "Pages Source Hash",
  "type": "object",
  "properties": {
    "branch": {
      "type": "string"
    },
    "path": {
      "type": "string"
    }
  },
  "required": [
    "branch",
    "path"
  ]
}