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>