{
  "title": "Actions OIDC Custom Property Inclusion Input",
  "description": "Input for creating an OIDC custom property inclusion",
  "type": "object",
  "properties": {
    "custom_property_name": {
      "type": "string",
      "description": "The name of the custom property to include in the OIDC token"
    }
  },
  "required": [
    "custom_property_name"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}