Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 663 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 663 Bytes

schemas

Schema support for ALPS

You can start creating ALPS profiles from these scratch files.

JSON

{
  "$schema": "https://alps-io.github.io/schemas/alps.json",
  "alps": {
    "descriptor": [
      {"id": ""}
    ]
  }
}

XML

<?xml version="1.0" encoding="UTF-8"?>
<alps xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://alps-io.github.io/schemas/alps.xsd">
    <descriptor id=""/>
</alps>