WP Engine · Schema

LargeFSValidationFile

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
name string
content string
View JSON Schema on GitHub

JSON Schema

largefsvalidationfile.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LargeFSValidationFile",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "64f1250c.largefs"
    },
    "content": {
      "type": "string",
      "example": "e4ccd0696cff6f94"
    }
  }
}