snippets_snippet

Snippet Information

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_on string Creation time of the snippet
modified_on string Modification time of the snippet
snippet_name object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-snippets-snippet-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/snippets_snippet",
  "title": "snippets_snippet",
  "description": "Snippet Information",
  "properties": {
    "created_on": {
      "description": "Creation time of the snippet",
      "example": "2023-07-24-00:00:00",
      "type": "string"
    },
    "modified_on": {
      "description": "Modification time of the snippet",
      "example": "2023-07-24-00:00:00",
      "type": "string"
    },
    "snippet_name": {
      "$ref": "#/components/schemas/snippets_snippet_name"
    }
  },
  "type": "object"
}