Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / json_schema_compiler / test / enums.json
index 8891dc7..c776313 100644 (file)
         }
       },
       {
+        "id": "InlineAndReferenceEnum",
+        "type": "object",
+        "properties": {
+          "inline_enum": {
+            "type": "string",
+            "enum": ["test1", "test2", "test3"]
+          },
+          "reference_enum": {
+            "$ref": "Enumeration"
+          }
+        }
+      },
+      {
         "id": "OptionalEnumType",
         "type": "object",
         "properties": {