fauna · Schema

SchemaFile

Properties

Name Type Description
filename string Name of the FSL file including any relative path.
content string Contents of the FSL schema file.
View JSON Schema on GitHub

JSON Schema

fauna-schemafile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SchemaFile",
  "title": "SchemaFile",
  "type": "object",
  "properties": {
    "filename": {
      "type": "string",
      "description": "Name of the FSL file including any relative path."
    },
    "content": {
      "type": "string",
      "description": "Contents of the FSL schema file."
    }
  }
}