Short Blob

Short Blob

APIs.ioEngineeringPlatform

Properties

Name Type Description
url string
sha string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-short-blob-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/short-blob",
  "title": "Short Blob",
  "description": "Short Blob",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "sha": {
      "type": "string"
    }
  },
  "required": [
    "url",
    "sha"
  ]
}